TextPropertiesUnderlineStyle Property
Specifies the style for underlining text.
The defined values are:
-none: text has no underlining.
-dash: text has a dashed line underlining it.
-dot-dash: text has a line whose repeating pattern is a dot followed by a dash underlining it.
-dot-dot-dash: text has a line whose repeating pattern is two dots followed by a dash underlining it.
-dotted: text has a dotted line underlining it.
-long-dash: text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it.
-solid: text has a solid line underlining it.
-wave: text has a wavy line underlining it.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public UnderlineStyle UnderlineStyle { get; set; }
Public Property UnderlineStyle As UnderlineStyle
Get
Set
Property Value
UnderlineStyle